@base          <https://w3id.org/framester/> .
@prefix geonames: <http://www.geonames.org/ontology#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix schema-org: <http://schema.org/> .
@prefix bio:   <http://purl.org/vocab/bio/0.1/> .
@prefix conf:  <http://lodview.it/conf#> .
@prefix metalex: <http://www.metalex.eu/metalex/2008-05-02#> .
@prefix ocd:   <http://dati.camera.it/ocd/> .
@prefix rel:   <http://purl.org/vocab/relationship/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dbpprop: <http://dbpedia.org/property/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix bbc:   <http://www.bbc.co.uk/ontologies/> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix dbpedia-owl: <http://dbpedia.org/ontology/> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix frbr:  <http://purl.org/vocab/frbr/core#> .
@prefix dwc:   <http://rs.tdwg.org/dwc/terms/> .
@prefix claros: <http://purl.org/NET/Claros/vocab#> .
@prefix crm-owl: <http://purl.org/NET/crm-owl#> .
@prefix meta:  <http://example.org/metadata#> .
@prefix bmuseum: <http://collection.britishmuseum.org/id/ontology/> .
@prefix ods:   <http://lod.xdams.org/ontologies/ods/> .
@prefix gml:   <http://www.opengis.net/gml/> .
@prefix muninn: <http://rdf.muninn-project.org/ontologies/documents#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix yago:  <http://dbpedia.org/class/yago/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://dbpedia.org/units/> .
@prefix rso:   <http://www.researchspace.org/ontology/> .
@prefix geo:   <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix oad:   <http://lod.xdams.org/reload/oad/> .
@prefix crm120111: <http://erlangen-crm.org/120111/> .
@prefix cdoc:  <http://www.cidoc-crm.org/cidoc-crm#> .
@prefix bibleontology: <http://bibleontology.com/property#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix crm:   <http://erlangen-crm.org/current/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix shoah: <http://dati.cdec.it/lod/shoah/> .
@prefix npg:   <http://ns.nature.com/terms/> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix gn:    <http://www.geonames.org/ontology#> .
@prefix ibc:   <http://dati.ibc.it/ibc/> .
@prefix aemetonto: <http://aemet.linkeddata.es/ontology/> .
@prefix skos-xl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix lgdo:  <http://linkedgeodata.org/ontology/capital> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix eac-cpf: <http://archivi.ibc.regione.emilia-romagna.it/ontology/eac-cpf/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix prism21: <http://prismstandard.org/namespaces/basic/2.1/> .
@prefix po:    <http://purl.org/ontology/po/> .

<framenet/tbox/perspectiveOn>
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "This relation is a refinement of the more general Using relation. Perspective on constrains related frames considerably more. The use of this relation indicates the presence of at least two different points-of-view that can be taken on the Neutral frame. For example, the Measure scenario, in which an Entity’s Value for some Attribute is described, can be viewed either from the point-of-view of exact measurement (e.g. “Joey weighed 7 pounds.”) or as a relative measure (e.g. “Joey was heavy.”). The FEs in the two cases are quite different, so the words should not be included in the same frame, but they do make reference to the same scene. The Perspective on relation allows us to refer directly to the scene (encoded by the Neutral Measure scenario frame here) and connect the two. As in this case, the Neutral frame is normally Non-lexical and Non-perspectivalized.\nA single Neutral frame generally has at least two Perspectivalized frames, but in some cases, words of the Neutral frame are consistent with multiple different points-of-view while the Perspectivalized frame is consistentwithonlyone. Whenever there is a state of affairs that is describable by a frame in a Perspective on relation, all the other frames that are connected to it by the Perspective on relation can also be used to describe the state of affairs.\nFor example, the Commercial transaction frame specifies a complex schema involving an exchange of multiple Themes (the Money and Goods) between the Buyer and Seller, including also two subframes: Commerce goods-transfer and Commerce money-transfer. The Buying frame has a Perspective on relationship with the Commerce goods-transfer subframe in which the Money, Goods, Buyer, and Seller are identified.\nSome other relations of this type include: \n• Get a job and Hiring are perspectives of Begin employment \n• Rope manipulation and Knot creation are perspectives on Knot creation scenario\nFurther note that it is quite common for a frame to inherit from one frame and be a perspective on another. An example of this is again provided by the Commerce buy frame, which inherits the Getting frame but is a perspective on the Commerce goods transfer frame. An act of buying is a sub-type of getting, which justifies the inheritance relation to Getting. Buying is an event that only occurs when the situation (the Commerce goods transfer) is also describable as selling. For that reason, it (and the Commerce sell) is connected to the Commerce goods transfer frame via a Perspective on relation."^^xsd:string ;
        rdfs:domain         <framenet/tbox/Frame> ;
        rdfs:range          <framenet/tbox/Frame> ;
        rdfs:subPropertyOf  <framenet/tbox/hasFrameRelation> ;
        owl:inverseOf       <framenet/tbox/isPerspectivizedIn> .
