@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/olia/system.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:AnnotationProcess metadata_def:mappingLoom "annotationprocess" ; metadata_def:mappingSameURI ns0:AnnotationProcess ; metadata_def:prefLabel "annotation process"@en ; metadata:prefixIRI "olia_system:AnnotationProcess" ; a owl:Class ; rdfs:label "annotation process"@en ; rdfs:subClassOf owl:Thing ; owl:versionInfo """DCR annotation and editing operations ignored, e.g., add first vowel http://www.isocat.org/datcat/DC-2199 """, "categories for annotation and editing operations added to account for the \"Processes\" profile in the DCR" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/olia/system.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:AnnotationProcess
    metadata_def:mappingLoom "annotationprocess" ;
    metadata_def:mappingSameURI ns0:AnnotationProcess ;
    metadata_def:prefLabel "annotation process"@en ;
    metadata:prefixIRI "olia_system:AnnotationProcess" ;
    a owl:Class ;
    rdfs:label "annotation process"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:versionInfo """DCR annotation and editing operations ignored, e.g., add first vowel  http://www.isocat.org/datcat/DC-2199		 
		""", "categories for annotation and editing operations added to account for the \"Processes\" profile in the DCR" .