@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://w3id.org/vcb/fel#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://www.lexinfo.net/ontology/2.0/lexinfo#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:AdjectivePoS metadata_def:mappingLoom "adjective" ; metadata_def:mappingSameURI ns0:AdjectivePoS ; metadata_def:prefLabel "Adjective"@en ; dct:description "This class gathers all the adjective mentions. For instance, the mention 'red' in the phrase 'red car' can be linked to wiki:Red; other examples include 'French', 'Democratic', 'his', etc." ; a ns0:PartOfSpeechClass, owl:Class, owl:NamedIndividual ; rdfs:isDefinedBy <http://w3id.org/vcb/fel#> ; rdfs:label "Adjective"@en ; rdfs:subClassOf owl:Thing ; skos:closeMatch ns1:AdjectivePOS .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://w3id.org/vcb/fel#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:AdjectivePoS
    metadata_def:mappingLoom "adjective" ;
    metadata_def:mappingSameURI ns0:AdjectivePoS ;
    metadata_def:prefLabel "Adjective"@en ;
    dct:description "This class gathers all the adjective mentions. For instance, the mention 'red' in the phrase 'red car' can be linked to wiki:Red; other examples include 'French', 'Democratic', 'his', etc." ;
    a ns0:PartOfSpeechClass, owl:Class, owl:NamedIndividual ;
    rdfs:isDefinedBy <http://w3id.org/vcb/fel#> ;
    rdfs:label "Adjective"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:closeMatch ns1:AdjectivePOS .