ns1:homepage leaf node


URI

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

Label

Property: homepage

Description

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

Usage

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

Implementation

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

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