@prefix rdf: . @prefix nif: . @prefix owl: . nif:firstWord rdf:type owl:ObjectProperty , owl:FunctionalProperty . @prefix rdfs: . nif:firstWord rdfs:subPropertyOf nif:word ; owl:versionInfo "0.1.1" ; rdfs:comment "This property links sentences to their first word.\n Changelog:\n * 0.1.1 merged inf+val\n "@en ; rdfs:domain nif:Sentence ; rdfs:label "has first word"@en ; rdfs:range nif:Word . @prefix pwdr: . @prefix ns5: . nif:firstWord pwdr:describedby ns5:nif-core .