http://purl.org/linguistics/gold/names
This semiotic relation associates some OrthographicExpression with some Entity. It differs from 'labels' in that a name is usually considered part of the orthographic system, where a label is not.
DOMAIN | PROPERTY | RANGE |
---|---|---|
gold:WrittenLinguisticExpression | gold:names | owl:Thing (inferred) |
@prefix gold: <http://purl.org/linguistics/gold/> .
@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#> .
gold:names a owl:ObjectProperty ;
rdfs:label "names"@eng ;
rdfs:comment "This semiotic relation associates some OrthographicExpression with some Entity. It differs from 'labels' in that a name is usually considered part of the orthographic system, where a label is not."@eng ;
rdfs:domain gold:WrittenLinguisticExpression ;
rdfs:isDefinedBy "http://purl.org/linguistics/gold"^^xsd:anyURI .