@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/noria/ontology/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:agentInstructions a owl:DatatypeProperty ; rdfs:comment "Instructions for involving the Agent (Team, Group, Employee)."@en ; rdfs:domain foaf:Agent ; rdfs:isDefinedBy ns0:CoreOntology ; rdfs:label "agentInstructions" ; rdfs:range xsd:string ; ns1:term_status "stable" ; skos:changeNote """Change in v0.2: - rdfs:domain moved from noria:Employee to foaf:Agent. - name and label moved from teamInstructions to agentInstructions. - adding rdfs:subPropertyOf observable:contactNote. """ ; skos:example "Use the Ticketing system + hotline phone number for national L2 and L3 issues."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/noria/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:agentInstructions
    a owl:DatatypeProperty ;
    rdfs:comment "Instructions for involving the Agent (Team, Group, Employee)."@en ;
    rdfs:domain foaf:Agent ;
    rdfs:isDefinedBy ns0:CoreOntology ;
    rdfs:label "agentInstructions" ;
    rdfs:range xsd:string ;
    ns1:term_status "stable" ;
    skos:changeNote """Change in v0.2:
- rdfs:domain moved from noria:Employee to foaf:Agent.
- name and label moved from teamInstructions to agentInstructions.
- adding rdfs:subPropertyOf observable:contactNote.
""" ;
    skos:example "Use the Ticketing system + hotline phone number for national L2 and L3 issues."@en .