@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.nature.com/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:webpage a owl:ObjectProperty ; rdfs:domain ns0:Publication ; rdfs:isDefinedBy <http://ns.nature.com/terms/> ; skos:definition "The :webpage property relates a publication to the main page on the web that describes it."@en ; skos:prefLabel "Web Page"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:webpage
    a owl:ObjectProperty ;
    rdfs:domain ns0:Publication ;
    rdfs:isDefinedBy <http://ns.nature.com/terms/> ;
    skos:definition "The :webpage property relates a publication to the main page on the web that describes it."@en ;
    skos:prefLabel "Web Page"@en .