IRI: http://purl.org/spar/c4o/hasContent
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
c4o:hasContent a owl:DatatypeProperty ;
rdfs:label "has content"@en ;
vann:example """
:my-sentence a doco:Sentence ;
c4o:hasContent
'Markup semantics are modeled computationally by applying
knowledge representation technologies to the problem of making
those structures, relationships, and properties explicit.' .
""" ;
rdfs:comment "The textual content of a particular FRBR expression."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy c4o: ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/c4o/hasContent">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:comment xml:lang="en">The textual content of a particular FRBR expression.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has content</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/c4o/"/>
<vann:example>
:my-sentence a doco:Sentence ;
c4o:hasContent
'Markup semantics are modeled computationally by applying
knowledge representation technologies to the problem of making
those structures, relationships, and properties explicit.' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/c4o/hasContent",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-sentence a doco:Sentence ;\n c4o:hasContent\n 'Markup semantics are modeled computationally by applying\n knowledge representation technologies to the problem of making\n those structures, relationships, and properties explicit.' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The textual content of a particular FRBR expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/c4o/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has content"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#comment> "The textual content of a particular FRBR expression."@en .
<http://purl.org/spar/c4o/hasContent> <http://purl.org/vocab/vann/example> "\n :my-sentence a doco:Sentence ;\n c4o:hasContent\n 'Markup semantics are modeled computationally by applying\n knowledge representation technologies to the problem of making\n those structures, relationships, and properties explicit.' .\n " .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#label> "has content"@en .
<http://purl.org/spar/c4o/hasContent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/c4o/> .