IRI: http://purl.org/spar/doco/Figure
@prefix deo: <http://purl.org/spar/deo/> .
@prefix doco: <http://purl.org/spar/doco/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix po: <http://www.essepuntato.it/2008/12/pattern#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:Figure a owl:Class ;
rdfs:label "figure"@en ;
vann:example """
:my-figure a doco:Figure .
""" ;
rdfs:comment "A communication object comprising one or more graphics, drawings, images, or other visual representations.."@en ;
rdfs:isDefinedBy doco: ;
rdfs:subClassOf [ a owl:Class ;
owl:unionOf ( po:Meta po:Milestone ) ],
deo:DiscourseElement ;
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:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b82">
<rdf:first rdf:resource="http://www.essepuntato.it/2008/12/pattern#Milestone"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/doco/Figure">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/deo/DiscourseElement"/>
<rdfs:subClassOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b80"/>
<rdfs:comment xml:lang="en">A communication object comprising one or more graphics, drawings, images, or other visual representations..</rdfs:comment>
<rdfs:label xml:lang="en">figure</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/doco/"/>
<vann:example>
:my-figure a doco:Figure .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b80">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b81"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b81">
<rdf:first rdf:resource="http://www.essepuntato.it/2008/12/pattern#Meta"/>
<rdf:rest rdf:nodeID="n3b1bab1f2e67482f9ea2fcacd8712072b82"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/doco/Figure",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-figure a doco:Figure .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A communication object comprising one or more graphics, drawings, images, or other visual representations.."
}
],
"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": "figure"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/deo/DiscourseElement"
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b80"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n3b1bab1f2e67482f9ea2fcacd8712072b80",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://www.essepuntato.it/2008/12/pattern#Meta"
},
{
"@id": "http://www.essepuntato.it/2008/12/pattern#Milestone"
}
]
}
]
}
]_:n3b1bab1f2e67482f9ea2fcacd8712072b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/doco/Figure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/deo/DiscourseElement> .
<http://purl.org/spar/doco/Figure> <http://www.w3.org/2000/01/rdf-schema#comment> "A communication object comprising one or more graphics, drawings, images, or other visual representations.."@en .
<http://purl.org/spar/doco/Figure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b80 .
_:n3b1bab1f2e67482f9ea2fcacd8712072b80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.essepuntato.it/2008/12/pattern#Milestone> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3b1bab1f2e67482f9ea2fcacd8712072b82 .
<http://purl.org/spar/doco/Figure> <http://www.w3.org/2000/01/rdf-schema#label> "figure"@en .
<http://purl.org/spar/doco/Figure> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n3b1bab1f2e67482f9ea2fcacd8712072b81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.essepuntato.it/2008/12/pattern#Meta> .
<http://purl.org/spar/doco/Figure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/doco/Figure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/doco/> .
<http://purl.org/spar/doco/Figure> <http://purl.org/vocab/vann/example> "\n :my-figure a doco:Figure .\n " .
_:n3b1bab1f2e67482f9ea2fcacd8712072b80 <http://www.w3.org/2002/07/owl#unionOf> _:n3b1bab1f2e67482f9ea2fcacd8712072b81 .