@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

proeth-core:availableTo a owl:ObjectProperty ;
    rdfs:label "available to"@en ;
    rdfs:comment "Indicates which Agent(s) in the case scenario use or have access to this resource. Distinguishes resources used by case participants from those cited by analysts (citedByAgent)."@en ;
    rdfs:domain proeth-core:Resource ;
    rdfs:range proeth-core:Agent ;
    skos:definition "Relates a Resource to an Agent indicating who uses or can access it within the case scenario."@en .

