@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.europa.eu/s66#> . @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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Acronym metadata_def:mappingLoom "acronym" ; metadata_def:mappingSameURI ns0:Acronym ; metadata_def:prefLabel "Acronym" ; metadata:prefixIRI "Acronym" ; a owl:Class ; rdfs:comment "An abbreviation formed from the initial letters of other words and pronounced as a word. It can refer to any type of entities in the CORDIS conceptual framework, and may be stated explicitly or extracted automatically from text."@en ; rdfs:isDefinedBy <http://data.europa.eu/s66#> ; rdfs:label "Acronym"@en ; rdfs:subClassOf owl:Thing ; skos:definition "An abbreviation formed from the initial letters of other words and pronounced as a word. It can refer to any type of entities in the CORDIS conceptual framework, and may be stated explicitly or extracted automatically from text."@en . ns0:DetectedAcronym rdfs:subClassOf ns0:Acronym . ns0:TitleAcronym rdfs:subClassOf ns0:Acronym . ns0:definition rdfs:domain ns0:Acronym . ns0:hasAcronym rdfs:range ns0:Acronym . ns0:isAcronymOf rdfs:domain ns0:Acronym . ns0:refersTo rdfs:domain ns0:Acronym . ns0:refersToEntityType rdfs:domain ns0:Acronym . ns0:shortForm rdfs:domain ns0:Acronym .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.europa.eu/s66#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Acronym
    metadata_def:mappingLoom "acronym" ;
    metadata_def:mappingSameURI ns0:Acronym ;
    metadata_def:prefLabel "Acronym" ;
    metadata:prefixIRI "Acronym" ;
    a owl:Class ;
    rdfs:comment "An abbreviation formed from the initial letters of other words and pronounced as a word. It can refer to any type of entities in the CORDIS conceptual framework, and may be stated explicitly or extracted automatically from text."@en ;
    rdfs:isDefinedBy <http://data.europa.eu/s66#> ;
    rdfs:label "Acronym"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "An abbreviation formed from the initial letters of other words and pronounced as a word. It can refer to any type of entities in the CORDIS conceptual framework, and may be stated explicitly or extracted automatically from text."@en .

ns0:DetectedAcronym
    rdfs:subClassOf ns0:Acronym .

ns0:TitleAcronym
    rdfs:subClassOf ns0:Acronym .

ns0:definition
    rdfs:domain ns0:Acronym .

ns0:hasAcronym
    rdfs:range ns0:Acronym .

ns0:isAcronymOf
    rdfs:domain ns0:Acronym .

ns0:refersTo
    rdfs:domain ns0:Acronym .

ns0:refersToEntityType
    rdfs:domain ns0:Acronym .

ns0:shortForm
    rdfs:domain ns0:Acronym .