bibliography:hasCitation leaf node


URI

http://www.linguistics-ontology.org/bibliography/bibliography.owl#hasCitation

Label

hasCitation

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) bibliography:hasCitation owl:Thing (inferred)

Implementation

@prefix bibliography: <http://www.linguistics-ontology.org/bibliography/bibliography.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bibliography:hasCitation a owl:ObjectProperty ;
    rdfs:label "hasCitation"@eng ;
    rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI .