https://ontology.solveit-df.org/solveit/observable/hasBlobContent
Links to a CASE SQLiteBlob for binary field content.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:SQLiteField | solveit-observable:hasBlobContent | uco-observable:SQLiteBlob |
@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 .