IRI: http://purl.org/spar/doco/SectionLabel
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doco: <http://purl.org/spar/doco/> .
@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#> .
doco:SectionLabel a owl:Class ;
rdfs:label "section label"@en ;
vann:example """
:my-section-label a doco:SectionLabel ;
c4o:hasContent 'Section 1'@en ;
dcterms:isPartOf :my-section .
""" ;
rdfs:comment "A block containing a label for the section, that may include the section number."@en ;
rdfs:isDefinedBy doco: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty dcterms:isPartOf ;
owl:someValuesFrom doco:Section ],
doco:Label ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/doco/SectionLabel">
<rdfs:label xml:lang="en">section label</rdfs:label>
<rdfs:subClassOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b213"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/doco/Label"/>
<rdfs:comment xml:lang="en">A block containing a label for the section, that may include the section number.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/doco/"/>
<vann:example>
:my-section-label a doco:SectionLabel ;
c4o:hasContent 'Section 1'@en ;
dcterms:isPartOf :my-section .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b213">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/doco/Section"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/doco/SectionLabel",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-section-label a doco:SectionLabel ; \n c4o:hasContent 'Section 1'@en ;\n dcterms:isPartOf :my-section .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A block containing a label for the section, that may include the section number."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/doco/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "section label"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b213"
},
{
"@id": "http://purl.org/spar/doco/Label"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b213",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/dc/terms/isPartOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/doco/Section"
}
]
}
]<http://purl.org/spar/doco/SectionLabel> <http://www.w3.org/2000/01/rdf-schema#label> "section label"@en .
<http://purl.org/spar/doco/SectionLabel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b213 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b213 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/doco/Section> .
<http://purl.org/spar/doco/SectionLabel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/doco/Label> .
<http://purl.org/spar/doco/SectionLabel> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/doco/SectionLabel> <http://www.w3.org/2000/01/rdf-schema#comment> "A block containing a label for the section, that may include the section number."@en .
<http://purl.org/spar/doco/SectionLabel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/doco/SectionLabel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/doco/> .
<http://purl.org/spar/doco/SectionLabel> <http://purl.org/vocab/vann/example> "\n :my-section-label a doco:SectionLabel ; \n c4o:hasContent 'Section 1'@en ;\n dcterms:isPartOf :my-section .\n " .
_:n3b1bab1f2e67482f9ea2fcacd8712072b213 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b213 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/dc/terms/isPartOf> .