IRI: http://www.ontologydesignpatterns.org/cp/owl/region.owl#Region
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix region: <http://www.ontologydesignpatterns.org/cp/owl/region.owl#> .
region:Region a owl:Class ;
rdfs:label "region"@en ;
rdfs:comment "Any region in a dimensional space, which can be used as a value for a quality of an entity."@en ;
rdfs:isDefinedBy region: .
<?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#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/region.owl#Region">
<rdfs:label xml:lang="en">region</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">Any region in a dimensional space, which can be used as a value for a quality of an entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/region.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/region.owl#Region",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Any region in a dimensional space, which can be used as a value for a quality of an entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/region.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "region"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/region.owl#Region> <http://www.w3.org/2000/01/rdf-schema#label> "region"@en .
<http://www.ontologydesignpatterns.org/cp/owl/region.owl#Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/region.owl#Region> <http://www.w3.org/2000/01/rdf-schema#comment> "Any region in a dimensional space, which can be used as a value for a quality of an entity."@en .
<http://www.ontologydesignpatterns.org/cp/owl/region.owl#Region> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/region.owl#> .