@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://rhizomik.net/ontologies/copyrightonto.owl#> . @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/> . ns0:Aim metadata_def:mappingLoom "aim" ; metadata_def:mappingSameURI ns0:Aim ; metadata_def:prefLabel "Aim"@en ; a owl:Class ; rdfs:comment "The motivation of an action."@en ; rdfs:label "Aim"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:PublicPlace . ns0:education a ns0:Aim . ns0:information a ns0:Aim . ns0:legal a ns0:Aim . ns0:non-commercial a ns0:Aim . ns0:parody a ns0:Aim . ns0:private a ns0:Aim . ns0:research a ns0:Aim .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://rhizomik.net/ontologies/copyrightonto.owl#> .
@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/> .

ns0:Aim
    metadata_def:mappingLoom "aim" ;
    metadata_def:mappingSameURI ns0:Aim ;
    metadata_def:prefLabel "Aim"@en ;
    a owl:Class ;
    rdfs:comment "The motivation of an action."@en ;
    rdfs:label "Aim"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:PublicPlace .

ns0:education
    a ns0:Aim .

ns0:information
    a ns0:Aim .

ns0:legal
    a ns0:Aim .

ns0:non-commercial
    a ns0:Aim .

ns0:parody
    a ns0:Aim .

ns0:private
    a ns0:Aim .

ns0:research
    a ns0:Aim .