https://w3id.org/standards/smart/ontologies/core/hasPublicationType
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| smart:PublicationDocument | smart:hasPublicationType | smart:PublicationDocumentType |
@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 smart: <https://w3id.org/standards/smart/ontologies/core/> .
smart:hasPublicationType a owl:ObjectProperty ;
rdfs:label "has publication type"@en ;
rdfs:domain smart:PublicationDocument ;
rdfs:range smart:PublicationDocumentType ;
skos:prefLabel "has publication type"@en .