SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Agreement between the European Community and its Member States, of the one part, and the Swiss Confederation, of the other, on the free movement of persons
Agreement between Switzerland and the EU through which citizens of Switzerland and EU member states have the right to choose freely their place of work and place of domicile within the territories of the contracting parties.
EUR-Lex website, [Agreement](http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:22002A0430%2801%29:EN:HTML) between the European Community and its Member States, of the one part, and the Swiss Confederation, of the other, on the free movement of persons (14.10.2015).
It is conventional with such treaties for each party to put their name first. As Switzerland has no official English version of the bilateral agreements, the EU's English version is the reference used here, with the European Community appearing first.
Based on FDFA website, Free [movement](https://www.eda.admin.ch/missions/mission-eu-brussels/en/home/dossiers/personenfreizuegigkeit.html) of persons – functioning and current state of play (21.9.2015).
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part AFMP
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.