solveit-observable:hasBlobContent leaf node


URI

https://ontology.solveit-df.org/solveit/observable/hasBlobContent

Label

has blob content

Description

Links to a CASE SQLiteBlob for binary field content.

Usage

DOMAINPROPERTYRANGE
solveit-observable:SQLiteField solveit-observable:hasBlobContent uco-observable:SQLiteBlob

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:hasBlobContent a owl:ObjectProperty ;
    rdfs:label "has blob content"@en ;
    rdfs:comment "Links to a CASE SQLiteBlob for binary field content."@en ;
    rdfs:domain solveit-observable:SQLiteField ;
    rdfs:range uco-observable:SQLiteBlob .