http://scigraph.springernature.com/ontologies/core/homepage
The :homepage property relates a Scigraph thing to the main page on the web that describes it.
@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: .