@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> . ns0:hasHash ns2:userVisible false ; a ns1:DefiningProperty, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "Links the file with it's hash value." ; rdfs:domain ns0:FileDataObject ; rdfs:label "hasHash" ; rdfs:range ns0:FileHash .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .

ns0:hasHash
    ns2:userVisible false ;
    a ns1:DefiningProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Links the file with it's hash value." ;
    rdfs:domain ns0:FileDataObject ;
    rdfs:label "hasHash" ;
    rdfs:range ns0:FileHash .