@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3id.org/def/caso#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/ns/ssn/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Property metadata_def:mappingLoom "property" ; metadata_def:mappingSameURI ns0:Property ; metadata_def:prefLabel "Property"@en ; metadata:prefixIRI "caso:Property" ; a owl:Class ; rdfs:comment "Property - A quality of an entity. An aspect of an entity that is intrinsic to and cannot exist without the entity.The possible quality values should be expressed by State. A Property is linked to its possible States using the hasState property."@en ; rdfs:label "Property"@en ; rdfs:subClassOf ns1:Property . ns0:hasState rdfs:domain ns0:Property .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3id.org/def/caso#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/ns/ssn/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Property
    metadata_def:mappingLoom "property" ;
    metadata_def:mappingSameURI ns0:Property ;
    metadata_def:prefLabel "Property"@en ;
    metadata:prefixIRI "caso:Property" ;
    a owl:Class ;
    rdfs:comment "Property - A quality of an entity. An aspect of an entity that is intrinsic to and cannot exist without the entity.The possible quality values should be expressed by State. A Property is linked to its possible States using the hasState property."@en ;
    rdfs:label "Property"@en ;
    rdfs:subClassOf ns1:Property .

ns0:hasState
    rdfs:domain ns0:Property .