@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix schema: <http://schema.org/> . ns0:hasSample schema:domainIncludes ns0:FeatureOfInterest ; schema:rangeIncludes ns0:Sample ; a owl:InverseFunctionalProperty, owl:ObjectProperty ; rdfs:comment "Relation between a FeatureOfInterest and the Sample used to represent it."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "has sample"@en ; owl:inverseOf ns0:isSampleOf ; skos:definition "Relation between a FeatureOfInterest and the Sample used to represent it."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .

ns0:hasSample
    schema:domainIncludes ns0:FeatureOfInterest ;
    schema:rangeIncludes ns0:Sample ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:comment "Relation between a FeatureOfInterest and the Sample used to represent it."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "has sample"@en ;
    owl:inverseOf ns0:isSampleOf ;
    skos:definition "Relation between a FeatureOfInterest and the Sample used to represent it."@en .