@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix ns0: <http://www.w3.org/2004/02/skos/> . @prefix ns1: <http://www.linkedmodel.org/schema/vaem#> . @prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix ns3: <http://purl.org/spar/fabio/> . ns3:SubjectDiscipline rdfs:subClassOf skos:Concept . ns3:SubjectTerm rdfs:subClassOf skos:Concept . ns3:isSchemeOf rdfs:range skos:Concept . skos:Concept metadata_def:mappingLoom "concept" ; metadata_def:mappingSameURI skos:Concept ; metadata_def:prefLabel "concept"@en ; vann:example """ :my-concept a skos:Concept ; skos:prefLabel 'Semantic Web'@en ; skos:definition 'An extension of the World Wide Web that enables computers to interpret the meaning of data.'@en ; skos:inScheme :my-concept-scheme . """ ; ns1:rationale "The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS."@en ; a owl:Class ; rdfs:comment "A SKOS concept can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive."@en ; rdfs:isDefinedBy ns0:core ; rdfs:label "concept"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith skos:ConceptScheme ; ns2:term_status "stable"@en ; skos:scopeNote "Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class."@en . skos:inScheme rdfs:domain skos:Concept .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix ns0: <http://www.w3.org/2004/02/skos/> .
@prefix ns1: <http://www.linkedmodel.org/schema/vaem#> .
@prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix ns3: <http://purl.org/spar/fabio/> .

ns3:SubjectDiscipline
    rdfs:subClassOf skos:Concept .

ns3:SubjectTerm
    rdfs:subClassOf skos:Concept .

ns3:isSchemeOf
    rdfs:range skos:Concept .

skos:Concept
    metadata_def:mappingLoom "concept" ;
    metadata_def:mappingSameURI skos:Concept ;
    metadata_def:prefLabel "concept"@en ;
    vann:example """
        :my-concept a skos:Concept ;
            skos:prefLabel 'Semantic Web'@en ;
            skos:definition 'An extension of the World Wide Web that enables computers to interpret the meaning of data.'@en ;
            skos:inScheme :my-concept-scheme .
    """ ;
    ns1:rationale "The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS."@en ;
    a owl:Class ;
    rdfs:comment "A SKOS concept can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive."@en ;
    rdfs:isDefinedBy ns0:core ;
    rdfs:label "concept"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith skos:ConceptScheme ;
    ns2:term_status "stable"@en ;
    skos:scopeNote "Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class."@en .

skos:inScheme
    rdfs:domain skos:Concept .