ns1:webpage leaf node


URI

http://scigraph.springernature.com/ontologies/core/webpage

Label

Property: web page

Description

The :webpage property relates a Scigraph thing to a page on the web that describes it.

Usage

DOMAINPROPERTYRANGE
ns1:Thing ns1:webpage owl:Thing (inferred)

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:webpage a rdf:Property,
        owl:ObjectProperty ;
    rdfs:label "Property: web page"@en ;
    rdfs:comment "The :webpage property relates a Scigraph thing to a page on the web that describes it."@en ;
    rdfs:domain ns1:Thing ;
    rdfs:isDefinedBy ns1: ;
    rdfs:subPropertyOf ns1:webpage .