@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.inria.fr/nicetag/2010/09/09/voc#> . @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:MachineTagAction metadata_def:mappingLoom "machinetagaction" ; metadata_def:mappingSameURI ns0:MachineTagAction ; metadata_def:prefLabel "Acte de taguer avec machine tag"@fr, "Machine tag action"@en, "Machine tag action"@es, "Machine tag action"@it, "Machine tag action"@nl ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Beschrijft tags waarvan de labels gebruik maken van de machine-tag syntaxis, zoals voor het eerst geimplementeerd op flickr.com."@nl, "Describe etiquetas cuyo texto sigue la sintaxis de las machine tag como implementada en Flickr.com."@es, "Describes tags whose labels are using the syntax of machine tags as implemented first in Flickr.com."@en, "Descrive delle tag il cui testo segue la sintassi delle machine tag come implementata su Flickr.com."@it, "Décrit des tags dont les libellés mobilisent la syntaxe des machine tags telle qu'implémentée d'abord sur le site Flickr.com."@fr ; rdfs:label "Acción de etiquetado con machine tag"@es, "Acte de taguer avec machine tag"@fr, "Azione di tagging con machine tag"@it, "Machine tag action"@en, "Taghandeling met machinetag"@nl ; rdfs:subClassOf ns0:SyntacticTagAction ; owl:sameAs ns0:N-TupleTagActionMTS . ns0:N-TupleTagActionMTS rdfs:subClassOf ns0:MachineTagAction .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.inria.fr/nicetag/2010/09/09/voc#> .
@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:MachineTagAction
    metadata_def:mappingLoom "machinetagaction" ;
    metadata_def:mappingSameURI ns0:MachineTagAction ;
    metadata_def:prefLabel "Acte de taguer avec machine tag"@fr, "Machine tag action"@en, "Machine tag action"@es, "Machine tag action"@it, "Machine tag action"@nl ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Beschrijft tags waarvan de labels gebruik maken van de machine-tag syntaxis, zoals voor het eerst geimplementeerd op flickr.com."@nl, "Describe etiquetas cuyo texto sigue la sintaxis de las machine tag como implementada en Flickr.com."@es, "Describes tags whose labels are using the syntax of machine tags as implemented first in Flickr.com."@en, "Descrive delle tag il cui testo segue la sintassi delle machine tag come implementata su Flickr.com."@it, "Décrit des tags dont les libellés mobilisent la syntaxe des machine tags telle qu'implémentée d'abord sur le site Flickr.com."@fr ;
    rdfs:label "Acción de etiquetado con machine tag"@es, "Acte de taguer avec machine tag"@fr, "Azione di tagging con machine tag"@it, "Machine tag action"@en, "Taghandeling met machinetag"@nl ;
    rdfs:subClassOf ns0:SyntacticTagAction ;
    owl:sameAs ns0:N-TupleTagActionMTS .

ns0:N-TupleTagActionMTS
    rdfs:subClassOf ns0:MachineTagAction .